func github.com/klauspost/compress/flate.heapSort

3 uses

	github.com/klauspost/compress/flate (current package)
		huffman_sortByFreq.go#L18: 			heapSort(data, a, b)
		huffman_sortByLiteral.go#L18: 			heapSort(data, a, b)
		huffman_sortByLiteral.go#L44: func heapSort(data []literalNode, a, b int) {